projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6370622
)
Correct sentence-end regexp example.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Apr 2001 03:29:00 +0000
(
03:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Apr 2001 03:29:00 +0000
(
03:29
+0000)
man/text.texi
patch
|
blob
|
history
diff --git
a/man/text.texi
b/man/text.texi
index 169c9064d279bd1ecc2c82120d370b856dbaa159..ab94b51f133cb20eb8b0151c8fa71ceb13caf805 100644
(file)
--- a/
man/text.texi
+++ b/
man/text.texi
@@
-217,7
+217,7
@@
sentence, together with the whitespace following the sentence. Its
normal value is
@example
-"[.?!][]\"')]*\\($\\|\t\\| \\)[ \t\n]*"
+"[.?!][]\"')]*\\($\\|
$\\|
\t\\| \\)[ \t\n]*"
@end example
@noindent